Does the system support environment variables in INI files?

The system supports a built-in function ~GetEnv but do not support the %format% directly. You would do something like this:

FormLib = ~GetEnv FORMLIB

When the system gets the INI option for FormLib, the returned data will be from the environment variable FORMLIB.